Piece Table
Piece Table(Piece Table)
テキストエディタの内部で使うデータ構造で、パフォーマンスが良い奴
初出論文?: 『Data Structures for Text Sequences』
2018年ごろに、より良いデータ構造であるPiece Treeが考えられている
関連するデータ構造として、Gap BufferやRope(データ構造)というのも出てくる
確認用
Q. Piece Table
参考
テキストエディタで使われがちなデータ構造 Piece Table の概要と実装 - A Memorandum
テキストエディタ用バッファの各種データ構造とその評価 (2)
実装例:
naotsugu/piecetable: Java implementation of PieceTable data structure.
調査用
Google.icon ピース・テーブル データ構造(日)
Google.icon Piece Table(日)
Google.icon Piece table(英)
Wikipedia.icon
Piece Table - Wikipedia(日)
Piece Table(検索) - Wikipedia(日)
Wikipedia.icon
Piece table - Wikipedia(英)
Piece table(検索) - Wikipedia(英)
#データ構造
#アルゴリズムとデータ構造